home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / propck25.arc / PROPACK.NEW < prev    next >
Text File  |  1989-05-29  |  4KB  |  96 lines

  1.  
  2.                  ProPack REVISION HISTORY (reverse order)
  3.                  ========================================
  4.  
  5. 05-01-89 v2.5
  6.    Added additional error checking for memory shortage, index file
  7.    overflow, crc file overflow, and message lines overflow.
  8.    The /W option was not working.
  9.    The /H option was not working.
  10.  
  11. 03-24-89 v2.4
  12.    Duplicate messages were being counted twice in status display.
  13.    Added /E option to exclude tag-lines and via-lines from message
  14.    duplication checks.
  15.  
  16. 03-21-89 v2.3
  17.    Version 2.2 broke the /T and /D options.  Added /W option to keep
  18.    PCRelay:'s two-line taglines intact.  Added /I option to remove IBM
  19.    and high-ascii codes from messages.  Changed from 16 bit crc to 32
  20.    bit crc.  This should virtually eliminate the possibility of two
  21.    different messages being judged as "duplicate".
  22.  
  23. 03-17-89 v2.2
  24.    Added /H option to control resetting of high-message-number.  Use of
  25.    this option has the potential of causing messages to be missed, since
  26.    it makes it possible for a single message number to be re-used by new
  27.    messages.  Added code to keep calculated message CRC's in a data
  28.    file.  This new xxxxx.CRC file will further speed message packing by
  29.    eliminating the need to calculate CRCs and check taglines on messages
  30.    that have been processed in a prior ProPack run.
  31.  
  32. 03-04-89 v2.1
  33.    Added code to erase the aborted *.NEW file when a pack fails.  This
  34.    prevents leaving your system disk nearly full during your system
  35.    event processing.  Added a check in /T for some new tagline formats.
  36.    Added code to update 'high message number' when the last message(s)
  37.    on file are purged.  Forward 'refer#'s are now cleared.
  38.  
  39. 02-25-89 v2.0
  40.    Deleted /0 option.  Changed /1 option to /T -- please update your
  41.    batch files.  Added /Nxxx option to delete messages older than xxx
  42.    days.
  43.  
  44. 02-14-89 v1.9
  45.    Added /V, /0, and /1 options to control "* Via" and "* Origin" lines
  46.    in your message base.  These options slow down the operation quite a
  47.    bit, but they are still a lot faster than PCBPACK.  Use of the /0 or
  48.    /1 option also allows /D to detect messages that differ only by the
  49.    number of taglines.  Corrected the message numbers reported when /L
  50.    is used.  Spaces are no longer required between multiple options.
  51.  
  52. 01-17-89 v1.8
  53.    Added additional checking for invalid messages to prevent runtime
  54.    error 207 on corrupt files.
  55.  
  56. 01-05-89 v1.7
  57.    Added additional checking to detect disk-full conditions.  Added /L
  58.    option to list duplicate message numbers as they are deleted.
  59.  
  60. 12-03-88 v1.6
  61.    Added a check for invalid message headers to prevent lockup on some
  62.    kinds of message base corruption.  Should now be able to fix some
  63.    broken message files.
  64.  
  65. 10-09-88 v1.5
  66.    Corrected an error in /D duplicate message handler that would
  67.    sometimes incorrectly flag the last message as duplicate.  More
  68.    changes in refer# handler.
  69.  
  70. 09-17-88 v1.4
  71.    Improved error handling (.NDX file is left unchanged if there is
  72.    trouble installing the new message file).  Added /U switch to
  73.    preserve UnReceived+Private messages, regardless of other options in
  74.    effect.  Moved program signon/copyright notice to usage message to
  75.    reduce clutter in normal program displays.  Forward-pointing refer#'s
  76.    are no longer cleared.  Packing status is now sent to the screen even
  77.    when propack output is redirected to a log file.
  78.  
  79. 07-09-88 v1.3
  80.    Updated for PCBoard 14.0 message file format.
  81.    DO NOT USE THIS PROGRAM ON PCBOARD 12.1 MESSAGE FILES!
  82.  
  83. 06-01-88 v1.2
  84.    Added /R switch to purge RECEIVED+PRIVATE messages.  Private messages
  85.    are now excluded from the /D duplication test.  Improved explanation
  86.    message when the index is too large for ProPack.
  87.  
  88. 05-27-88 v1.1
  89.    Added /D switch to automatically delete duplicate messages during the
  90.    pack process.  Obsolete refer#'s are now cleared.  Initial SourceWare
  91.    release.
  92.  
  93. 05-22-88 v1.0
  94.    Initial coding and release as PROPCK10.
  95.  
  96.